Open the Android open file dialog. Returns: The content of the selected file, or null if no file was selected. (String?)
@override Future<String?> openFileDialog() { return _api.openFileDialog(); }