NotixPlatform constructor

NotixPlatform()

Constructs a NotixInappFlutterPlatform.

Implementation

NotixPlatform() : super(token: _token) {
  methodChannel.setMethodCallHandler(methodHandler);
}