recommendedAppAccountToken method

Future<String> recommendedAppAccountToken()

Derive a deterministic UUID for appAccountToken from the currently identified user ID. Returned as a string.

Implementation

Future<String> recommendedAppAccountToken() {
  throw UnimplementedError(
    'recommendedAppAccountToken() has not been implemented.',
  );
}