smoothZoomSupported abstract method Null safety
Whether a device can start a smooth zoom.
It is possible for a device to not support smooth zoom, but still support zoom.
Implementation
Future<bool> smoothZoomSupported();
Whether a device can start a smooth zoom.
It is possible for a device to not support smooth zoom, but still support zoom.
Future<bool> smoothZoomSupported();