getAmbientLight method

Future<double?> getAmbientLight({
  1. bool frontCamera = false,
})

Implementation

Future<double?> getAmbientLight({bool frontCamera = false}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}