api_queue_handler 1.0.2 api_queue_handler: ^1.0.2 copied to clipboard
Queue up your API requests effortlessly, ensuring they are processed one after the other.
Queue up your API requests effortlessly, ensuring they are processed one after the other. #
import 'package:api_queue_handler/api_queue_handler.dart';
ApiManager().initialize('your_base_url');
ApiManager().connect(endpoint: 'a/b');