future property

  1. @Deprecated('Use the futureToRun function')
Future<T>? future

The future that fetches the data and sets the view to busy

Implementation

@Deprecated('Use the futureToRun function')
Future<T>? get future => null;