getInitialFile method

Future<String?> getInitialFile()

Returns the path of the file that opened the app, if any.

Implementation

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