instance property

JPlatformInterface get instance

Implementation

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

Implementation

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