calls zoom from Android / iOS --
static Future<void> setZoom(num zoom) { return CameraInterface().setZoom(zoom.toDouble()); }