instance property

FlutttBaaaXuPlatform get instance

The default instance of FlutttBaaaXuPlatform to use.

Defaults to MethodChannelFlutttBaaaXu.

Implementation

static FlutttBaaaXuPlatform get instance => _instance;
set instance (FlutttBaaaXuPlatform instance)

Platform-specific implementations should set this with their own platform-specific class that extends FlutttBaaaXuPlatform when they register themselves.

Implementation

static set instance(FlutttBaaaXuPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}