isUbiquitousPathItem method

Future<bool> isUbiquitousPathItem(
  1. String filePath
)

Implementation

Future<bool> isUbiquitousPathItem(String filePath) async {
  throw UnimplementedError(
      'isUbiquitousPathItem() has not been implemented.');
}