authenticate method
Authenticates with the supplied protocol credentials.
Implementation
Future<HyperDeckResponse> authenticate(Map<String, Object?> credentials) =>
multilineCommand('authenticate', credentials);
Authenticates with the supplied protocol credentials.
Future<HyperDeckResponse> authenticate(Map<String, Object?> credentials) =>
multilineCommand('authenticate', credentials);