menu
fluttery_framework package
documentation
controller.dart
AsyncOps
initAsync method
initAsync method
dark_mode
light_mode
initAsync
method
Future
<
bool
>
initAsync
(
)
Used to complete asynchronous operations
Implementation
Future<bool> initAsync() async => true;
fluttery_framework package
documentation
controller
AsyncOps
initAsync method
AsyncOps mixin