instance property

Implementation

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

Implementation

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