onChange method

Future<bool> onChange(
  1. BuildContext? context
)

Implementation

Future<bool> onChange(BuildContext? context) async =>
    await EventHandler(this).execute(_onchange);