stat method

Future<NsFileCoordinatorEntity?> stat(
  1. String url, {
  2. bool scoped = true,
})

Implementation

Future<NsFileCoordinatorEntity?> stat(String url,
    {bool scoped = true}) async {
  throw UnimplementedError('stat() has not been implemented.');
}