instance property

MpayPluginPlatform get instance

Implementation

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

Implementation

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