onShouldDeleteByLimit method

Future<bool> onShouldDeleteByLimit()

Implementation

Future<bool> onShouldDeleteByLimit() async {
  return true;
}