supportsPlatform method
Verifies that an AuthProvider is supported on a platform.
Implementation
@override
bool supportsPlatform(TargetPlatform platform) {
return true;
}
Verifies that an AuthProvider is supported on a platform.
@override
bool supportsPlatform(TargetPlatform platform) {
return true;
}