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