instance property

FlutterAlonePlatform get instance

Platform implementation instance getter

Implementation

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

Platform implementation setter

Implementation

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