JmessageFlutter.private constructor

  1. @visibleForTesting
JmessageFlutter.private(
  1. MethodChannel channel,
  2. Platform platform
)

Implementation

@visibleForTesting
JmessageFlutter.private(MethodChannel channel, Platform platform)
    : _channel = channel,
      _platform = platform;