loadData method

Future loadData()

Implementation

Future loadData() {
  return Future.value(true);
}