instance property

Implementation

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

Implementation

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