listMappingSessions_Pre method

Future<ListMappingSessionsResponse> listMappingSessions_Pre(
  1. ServiceCall call,
  2. Future<ListMappingSessionsRequest> request
)

Implementation

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