create abstract method

Future<ObjectReview> create(
  1. ServiceCall call,
  2. ObjectReview request
)

Implementation

$async.Future<$0.ObjectReview> create(
    $grpc.ServiceCall call, $0.ObjectReview request);