instance property

Implementation

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

Implementation

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