create abstract method

Future<INote> create(
  1. INote note
)
override

Implementation

Future<INote> create(INote note,);