listMappingSessions_Pre method
Future<ListMappingSessionsResponse>
listMappingSessions_Pre(
- ServiceCall call,
- Future<
ListMappingSessionsRequest> request
Implementation
$async.Future<$2.ListMappingSessionsResponse> listMappingSessions_Pre($grpc.ServiceCall call, $async.Future<$2.ListMappingSessionsRequest> request) async {
return listMappingSessions(call, await request);
}