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