Returns true if zoom is supported.
true
Applications should call this before using other zoom methods.
Future<bool> isZoomSupported() async { return await _channel.$isZoomSupported(this) as bool; }