instance property

AddContactIosPlatform get instance

Implementation

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

Implementation

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