isFrontCamera method Null safety

Future<bool?> isFrontCamera()

Set whether to use the front camera

Note: this API supports only the Android and iOS platforms

Implementation

Future<bool?> isFrontCamera() {
  return _channel.invokeMethod('isFrontCamera');
}