menu
ensemble_test_runner package
documentation
mocks/test_api_provider_overlay.dart
TestApiProviderOverlay
callsFor method
callsFor method
dark_mode
light_mode
callsFor
method
List
<
APICallRecord
>
callsFor
(
String
apiName
)
Implementation
List<APICallRecord> callsFor(String apiName) => recorder.callsFor(apiName);
ensemble_test_runner package
documentation
mocks/test_api_provider_overlay
TestApiProviderOverlay
callsFor method
TestApiProviderOverlay class