instance property

NanoloadersPlatform get instance

Implementation

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

Implementation

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