FlutterNativeUpi constructor

FlutterNativeUpi(
  1. MethodChannel _channel
)

Creates an instance of FlutterNativeUpi with the provided method channel.

Implementation

FlutterNativeUpi(this._channel);