menu
mvc_application package
documentation
controller.dart
ControllerMVC
initAsync method
initAsync method
dark_mode
light_mode
initAsync
method
Future
<
bool
>
initAsync
(
)
inherited
Used to complete asynchronous operations
Implementation
Future<bool> initAsync() async => true;
mvc_application package
documentation
controller
ControllerMVC
initAsync method
ControllerMVC class