instance property

FlutterMixedPlatform get instance

Implementation

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

Implementation

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