instance property

FlutterMtadMePlatform get instance

Implementation

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

Implementation

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