instance property

PluginTestPlatform get instance

Implementation

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

Implementation

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