getDeviceInfo method

Future<Map<String, dynamic>> getDeviceInfo()

Implementation

Future<Map<String, dynamic>> getDeviceInfo() async {
  return await sl<DeviceInfoHandler>().getDeviceInfo();
}