getCameraPermission method

Future<bool?> getCameraPermission()

Implementation

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