Queue up your API requests effortlessly, ensuring they are processed one after the other.
git clone https://github.com/thehelmsdeep/api_queue_handler.git
import 'package:api_queue_handler/api_queue_handler.dart';
ApiManager().initialize('your_base_url');
ApiManager().connect(endpoint: 'a/b');