SendPowerMethod typedef

SendPowerMethod = Future<void> Function(Request request, String id, bool onOff)

Implementation

typedef SendPowerMethod = Future<void> Function(
    Request request, String id, bool onOff);