commit abstract method

Future<ResponseCommit> commit(
  1. ServiceCall call,
  2. RequestCommit request
)

Implementation

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