onPull method

Future<void> onPull(
  1. BuildContext context
)

Implementation

Future<void> onPull(BuildContext context) async {
  await EventHandler(this).execute(_onpulldown);
}