isFrontCamera method

Future<bool?> isFrontCamera()

Set whether to use the front camera (supports only the Android and iOS platforms)

Implementation

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