resetDevice method

Future resetDevice(
  1. dynamic resetDeviceRequest
)

resetDevice

Implementation

Future<dynamic> resetDevice(dynamic resetDeviceRequest) async {
  return await _controlProvider.resetDevice(resetDeviceRequest);
}