menu
flutter_nekoton_bridge package
documentation
nekoton/core/refreshing_interface.dart
RefreshingInterface
refresh abstract method
refresh abstract method
dark_mode
light_mode
refresh
abstract method
Future
<
void
>
refresh
(
)
Long-time operation that should be called to refresh object.
Implementation
Future<void> refresh();
flutter_nekoton_bridge package
documentation
nekoton/core/refreshing_interface
RefreshingInterface
refresh abstract method
RefreshingInterface class