onSwipeRight method

Future<bool> onSwipeRight(
  1. BuildContext context
)

Implementation

Future<bool> onSwipeRight(BuildContext context) async {
  if (onswiperight == null) return true;
  return await EventHandler(this).execute(_onswiperight);
}