instance property

Implementation

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

Implementation

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