SyncCredentials.none constructor
SyncCredentials.none()
No credentials - usually only for development purposes with a server configured to accept all connections without authentication.
Implementation
SyncCredentials.none()
: _type = OBXSyncCredentialsType.NONE,
_data = Uint8List(0);