list abstract method

Future<INoteList> list({
  1. double? limit,
  2. double? offset,
})
override

Implementation

Future<INoteList> list({double? limit, double? offset});