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