clear abstract method

Future<bool> clear({
  1. int? start,
  2. int? end,
})

Implementation

Future<bool> clear({int? start, int? end});