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