menu
plex package
documentation
plex_view_model/plex_async_action.dart
PlexAsyncAction<T>
run method
run method
dark_mode
light_mode
run
method
Future
<
T
>
run
(
)
Implementation
Future<T> run() => _task();
plex package
documentation
plex_view_model/plex_async_action
PlexAsyncAction<T>
run method
PlexAsyncAction class