hasCameraPermission method

Future<bool> hasCameraPermission()

Implementation

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