transportInfo method

Future<HyperDeckResponse> transportInfo()

Requests transport information.

Implementation

Future<HyperDeckResponse> transportInfo() =>
    send(HyperDeckCommand.transportInfo);