instance property
Implementation
static SuperTeamServicePlatform get instance => _instance;
Implementation
static set instance(SuperTeamServicePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}
static SuperTeamServicePlatform get instance => _instance;
static set instance(SuperTeamServicePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}