isEncrypted method

Future<bool> isEncrypted(
  1. String path
)

Implementation

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