instance property

SdkFlutterPlatform get instance

Implementation

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

Implementation

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