instance property

FlutterSaverPlatform get instance

Implementation

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

Implementation

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