Get camera aspect ratio
Future<double?> getAspectRatio({String? deviceId}) async { return await _platformInstance.getAspectRatio(deviceId: deviceId); }