getList method

Future<List> getList()

convert the object to a list of contents

Implementation

Future<List<dynamic>> getList() async {
  return [];
}