confirmFormat method

Future<HyperDeckResponse> confirmFormat(
  1. String token
)

Confirms a pending format operation with token.

Implementation

Future<HyperDeckResponse> confirmFormat(String token) =>
    command('format', {'confirm': token});