instance property

RequestorPlatform get instance

Implementation

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

Implementation

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