instance property

Implementation

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

Implementation

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