getSuggestedName abstract method
Returns suggested file name for the contents (if available). This is the best guess that can be provided from reader. You may be able to get more accurate name after receiving the DataReaderFile through getFile.
Implementation
Future<String?> getSuggestedName();