shouldDeleteByLimit method

Future<bool> shouldDeleteByLimit()

Implementation

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