onSwipeLeft method

Future<bool> onSwipeLeft(
  1. BuildContext context
)

Implementation

Future<bool> onSwipeLeft(BuildContext context) async {
  if (onswipeleft == null) return true;
  return await EventHandler(this).execute(_onswipeleft);
}