rebootDevice method

Future rebootDevice(
  1. dynamic rebootDeviceRequest
)

rebootDevice

Implementation

Future<dynamic> rebootDevice(dynamic rebootDeviceRequest) async {
  return await _controlProvider.rebootDevice(rebootDeviceRequest);
}