instance property

Implementation

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

Implementation

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