update abstract method

Future<ChangeResult> update(
  1. String id,
  2. INote note
)
override

Implementation

Future<ChangeResult> update(
  String id,
  INote note,
);