instance property

Implementation

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

Implementation

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