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