create method
ResponseFuture<IdentifierUUID>
create(
- NotesServiceCreateRequest request, {
- CallOptions? options,
Create
Implementation
$grpc.ResponseFuture<$1.IdentifierUUID> create(
$0.NotesServiceCreateRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$create, request, options: options);
}