googleAuthUint8List static method

SyncCredentials googleAuthUint8List(
  1. Uint8List data
)

Google authentication.

Implementation

static SyncCredentials googleAuthUint8List(Uint8List data) =>
    SyncCredentialsSecret._(OBXSyncCredentialsType.GOOGLE_AUTH, data);