fromDesktopAuthResult method

  1. @override
OAuthCredential fromDesktopAuthResult(
  1. AuthResult result
)

Creates OAuthCredential based on AuthResult.

Implementation

@override
fba.OAuthCredential fromDesktopAuthResult(AuthResult result) {
  throw UnimplementedError();
}