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