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