FlutterPollfish.private constructor

FlutterPollfish.private(
  1. MethodChannel channel
)

Implementation

FlutterPollfish.private(MethodChannel channel) : _channel = channel {
  _channel.setMethodCallHandler(_platformCallHandler);
}