You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// If [lockParentWindow] is set, the child window (file picker window) will /// stay in front of the Flutter window until it is closed (like a modal /// window). This parameter works only on Windows desktop.Future<String?> saveFile({
String? dialogTitle,
String? fileName,
String? initialDirectory,
FileType type =FileType.any,
List<String>? allowedExtensions,
Uint8List? bytes,
bool lockParentWindow =false,
}) async=>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: