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