zoomIn method Null safety

Future<void> zoomIn()

放大缩放等级

Implementation

Future<void> zoomIn() async {
  await _channel.invokeMethod('zoomIn');
}