getAuthCode static method

Future<String?> getAuthCode(
  1. String clientID
)

Retrieve a Google Play Games server_auth_code to be used by a backend, such as Firebase, to authenticate the user. null on other platforms.

Implementation

static Future<String?> getAuthCode(String clientID) async =>
    await GameAuth.getAuthCode(clientID);