Future<void> animateToZoom(double value) async { return _channel.invokeMethod('animateToZoom', {'isEnable': value}); }