instance property
SmsSenderPlatform
get
instance
The default instance of SmsSenderPlatform.
Implementation
static SmsSenderPlatform get instance => _instance;
set
instance
(SmsSenderPlatform instance)
Sets a custom implementation of SmsSenderPlatform.
Implementation
static set instance(SmsSenderPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}