SyncCredentials.sharedSecretUint8List constructor

SyncCredentials.sharedSecretUint8List(
  1. Uint8List _data
)

Shared secret authentication.

Implementation

SyncCredentials.sharedSecretUint8List(this._data)
    : _type = OBXSyncCredentialsType.SHARED_SECRET;