NativeChannelException constructor

NativeChannelException(
  1. String details
)

Implementation

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