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