onRequestCompleted method
A request has completed.
Implementation
Stream<RequestDidCompleteEvent> onRequestCompleted({required int id}) {
throw UnimplementedError('onRequestCompleted() has not been implemented.');
}
A request has completed.
Stream<RequestDidCompleteEvent> onRequestCompleted({required int id}) {
throw UnimplementedError('onRequestCompleted() has not been implemented.');
}