getDeviceInfo method
return informations of device
Implementation
Future<dynamic> getDeviceInfo(dynamic getDeviceInfoRequest) async {
return await _setupProvider.getDeviceInfo(getDeviceInfoRequest);
}
return informations of device
Future<dynamic> getDeviceInfo(dynamic getDeviceInfoRequest) async {
return await _setupProvider.getDeviceInfo(getDeviceInfoRequest);
}