request library

Properties

localhostApiUrl String
getter/setter pair

Functions

requestCount({required String endpoint, Map<String, String>? params}) Future
requestList({required String endpoint, required ListResponseHandler responseHandler, Map<String, String>? params}) Future
requestMap({required String endpoint, required MapResponseHandler responseHandler, dynamic params}) Future

Typedefs

ListResponseHandler = List Function(String str)
MapResponseHandler = dynamic Function(String str)