confirmFormat method
Confirms a pending format operation with token.
Implementation
Future<HyperDeckResponse> confirmFormat(String token) =>
command('format', {'confirm': token});
Confirms a pending format operation with token.
Future<HyperDeckResponse> confirmFormat(String token) =>
command('format', {'confirm': token});