instance property

Implementation

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

Implementation

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