menu
md_api_service package
documentation
base/base_api_service.dart
BaseAPIService
preprocess method
preprocess method
dark_mode
light_mode
preprocess
method
Future
<
BaseAPIInput
>
preprocess
(
BaseAPIInput
input
)
Implementation
Future<BaseAPIInput> preprocess(BaseAPIInput input) { return Future.value(input); }
md_api_service package
documentation
base/base_api_service
BaseAPIService
preprocess method
BaseAPIService class