report abstract method

Future<ReportResponse> report(
  1. ServiceCall call,
  2. ReportRequest request
)

Implementation

$async.Future<$0.ReportResponse> report(
    $grpc.ServiceCall call, $0.ReportRequest request);