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