getData abstract method

Future<GetDataResponse> getData(
  1. ServiceCall call,
  2. GetDataRequest request
)

Implementation

$async.Future<$0.GetDataResponse> getData(
    $grpc.ServiceCall call, $0.GetDataRequest request);