PlaidFlutterPlugin constructor

PlaidFlutterPlugin(
  1. MethodChannel _channel
)

Implementation

PlaidFlutterPlugin(this._channel) {
  _channel.setMethodCallHandler(handleMethodCall);
}