menu
rx_go package
documentation
rx_go.dart
RxGoController<T>
future property
future property
dark_mode
light_mode
future
property
Future
<
T?
>
get
future
Implementation
Future<T?> get future => _future ?? Future.value();
rx_go package
documentation
rx_go
RxGoController<T>
future property
RxGoController class