requestServerAuthCode function

Future<String?> requestServerAuthCode()

Requests server auth code from the GIS Client.

See: https://developers.google.com/identity/oauth2/web/guides/use-code-model

Implementation

Future<String?> requestServerAuthCode() async {
  return _plugin.requestServerAuthCode();
}