instance property

Implementation

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

Implementation

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