getDeviceInfo method

Future getDeviceInfo(
  1. dynamic getDeviceInfoRequest
)

return informations of device

Implementation

Future<dynamic> getDeviceInfo(dynamic getDeviceInfoRequest) async {
  return await _setupProvider.getDeviceInfo(getDeviceInfoRequest);
}