update_Pre method

Future<IdentifierUUID> update_Pre(
  1. ServiceCall $call,
  2. Future<NotesServiceUpdateRequest> $request
)

Implementation

$async.Future<$1.IdentifierUUID> update_Pre($grpc.ServiceCall $call,
    $async.Future<$0.NotesServiceUpdateRequest> $request) async {
  return update($call, await $request);
}