list_Pre method
Future<ListCollectionsResponse>
list_Pre(
- ServiceCall $call,
- Future<
ListCollectionsRequest> $request
Implementation
$async.Future<$1.ListCollectionsResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$1.ListCollectionsRequest> $request) async {
return list($call, await $request);
}