clear method

  1. @override
Future clear()

Implementation

@override
Future clear() async {
  listAll = null;
  return;
}