getAllCommonData method

Future<List?> getAllCommonData()

Retrieve all commonData

Implementation

Future<List?> getAllCommonData() async {
  return commonDataBox.values.toList();
}