getMaxZoom static method

Future<num?> getMaxZoom()

returns the max zoom available on device

Implementation

static Future<num?> getMaxZoom() => _channel.invokeMethod("getMaxZoom");