instance property

Implementation

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

Implementation

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