animateToZoom method

Future<void> animateToZoom(
  1. double value
)

Implementation

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