onFocused method

Future<void> onFocused(
  1. bool focused
)

onFocused This method will be called when this page is focused or not.

Implementation

Future<void> onFocused(bool focused) async {}