Future API Call Flutter
Im trying to create an simple Network class on dart, to centralize all my calls to an specific API. So i create an Service class, and create an mock and a get function using Dio. import 'package:dio/dio.dart'; import 'package:flutter/services.dart'; import…