instance property

ReccoPlatform get instance

Implementation

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

Implementation

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