menu
api_caller package
documentation
api_helper.dart
ApiHelper
addPath method
addPath method
dark_mode
light_mode
addPath
method
void
addPath
(
ApiHelperPathItem
item
)
Implementation
void addPath(ApiHelperPathItem item) { _paths[item.key] = item; }
api_caller package
documentation
api_helper
ApiHelper
addPath method
ApiHelper class