signInAnonymously method
Signs in the user anonymously.
Implementation
Future<Response<Credential>> signInAnonymously() {
throw UnimplementedError(
"Method signInAnonymously() is not yet implemented.",
);
}
Signs in the user anonymously.
Future<Response<Credential>> signInAnonymously() {
throw UnimplementedError(
"Method signInAnonymously() is not yet implemented.",
);
}