signInWithYahoo method

  1. @override
Future<AuthUser<User>> signInWithYahoo()
override

Implementation

@override
Future<AuthUser<User>> signInWithYahoo() {
  throw UnimplementedError();
}