menu
flutter_androssy package
documentation
core/activity.dart
AndrossyActivity<T extends AndrossyController>
onReady method
onReady method
dark_mode
light_mode
onReady
method
@
protected
@
mustCallSuper
void
onReady
(
BuildContext
context
)
Implementation
@protected @mustCallSuper void onReady(BuildContext context) => controller.onReady(context);
flutter_androssy package
documentation
core/activity
AndrossyActivity<T extends AndrossyController>
onReady method
AndrossyActivity class