listMappingSessions_Pre method
- 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);
}