exportCSV abstract method

Future<ExportCSVResponse> exportCSV(
  1. ServiceCall call,
  2. ExportCSVRequest request
)

Implementation

$async.Future<$0.ExportCSVResponse> exportCSV(
    $grpc.ServiceCall call, $0.ExportCSVRequest request);