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