create abstract method

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

Implementation

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