zoomBegin method

  1. @override
Future<void> zoomBegin()
override

Called by FilamentGestureDetector. You probably don't want to call this yourself.

Implementation

@override
Future<void> zoomBegin() async {
  await _shim.zoomBegin().toDart;
}