listFragments_Pre method
- ServiceCall call,
- Future<
ListFragmentsRequest> request
Implementation
$async.Future<$9.ListFragmentsResponse> listFragments_Pre($grpc.ServiceCall call, $async.Future<$9.ListFragmentsRequest> request) async {
return listFragments(call, await request);
}