instance property

NanoafPlatform get instance

Implementation

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

Implementation

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