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