openedWithFile method

Future<String?> openedWithFile()

Implementation

Future<String?> openedWithFile() {
  throw UnimplementedError('openedWithFile() has not been implemented.');
}