NativeChannelException constructor
NativeChannelException(
- String details
Implementation
NativeChannelException(String details)
: super('Error in native channel: $details');
NativeChannelException(String details)
: super('Error in native channel: $details');