commit abstract method

Future<CommitResponse> commit(
  1. ServiceCall call,
  2. CommitRequest request
)

Implementation

$async.Future<$0.CommitResponse> commit(
    $grpc.ServiceCall call, $0.CommitRequest request);