PlatformChannelIllegalArgumentError constructor
- String description
Constructor that creates a PlatformChannelIllegalArgumentError.
Params:
- description: the description of the error.
Implementation
factory PlatformChannelIllegalArgumentError(String description) {
return PlatformChannelIllegalArgumentErrorImpl(description);
}