getAllLists method

Future<List<RemList>> getAllLists()

Implementation

Future<List<RemList>> getAllLists() async {
  throw UnimplementedError('getAllLists() has not been implemented.');
}