instance property
FetchMobileNumbersPlatform
get
instance
The default instance of FetchMobileNumbersPlatform to use.
Defaults to MethodChannelFetchMobileNumbers.
Implementation
static FetchMobileNumbersPlatform get instance => _instance;
set
instance
(FetchMobileNumbersPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FetchMobileNumbersPlatform when they register themselves.
Implementation
static set instance(FetchMobileNumbersPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}