getBundleHistory method

Future<GetBundleHistoryResponse> getBundleHistory(
  1. ClientContext? ctx,
  2. GetBundleHistoryRequest request
)

Implementation

$async.Future<GetBundleHistoryResponse> getBundleHistory(
        $pb.ClientContext? ctx, GetBundleHistoryRequest request) =>
    _client.invoke<GetBundleHistoryResponse>(ctx, 'KumihoService',
        'GetBundleHistory', request, GetBundleHistoryResponse());