getCameraPermission method

Future<bool> getCameraPermission()

Implementation

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