offTouchEnd method

void offTouchEnd([
  1. OffTouchEndCallback? listener
])

Implementation

void offTouchEnd([OffTouchEndCallback? listener]) {
  final result = $$context$$
      .callMethod('offTouchEnd', [ListenerManager.removeListener(listener)]);
  return result;
}