prepareFormat method

Future<HyperDeckResponse> prepareFormat(
  1. Map<String, Object?> parameters
)

Prepares a format operation using protocol parameters.

Implementation

Future<HyperDeckResponse> prepareFormat(Map<String, Object?> parameters) =>
    command('format', parameters);