SyncCredentials.googleAuthUint8List constructor

SyncCredentials.googleAuthUint8List(
  1. Uint8List _data
)

Google authentication.

Implementation

SyncCredentials.googleAuthUint8List(this._data)
    : _type = OBXSyncCredentialsType.GOOGLE_AUTH;