instance property

Implementation

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

Implementation

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