signInWithYahoo method

Future<Response<Credential>> signInWithYahoo()

Signs in the user with a Yahoo account.

Implementation

Future<Response<Credential>> signInWithYahoo() {
  throw UnimplementedError(
    "Method signInWithYahoo() is not yet implemented.",
  );
}