getAspectRatio method

Future<double?> getAspectRatio({
  1. String? deviceId,
})

Implementation

Future<double?> getAspectRatio({String? deviceId}) {
  throw UnimplementedError('');
}