convert method

Future convert()

Implementation

Future<dynamic> convert() async {
  final d = await compute(json.decode, body);
  return d;
}