FlutterInBrain.private constructor

FlutterInBrain.private(
  1. MethodChannel channel
)

Implementation

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