hasCameraPermission method

Future<bool> hasCameraPermission()

Checks if the app has camera permission

Implementation

Future<bool> hasCameraPermission() {
  throw UnimplementedError('hasCameraPermission() has not been implemented.');
}