saveBytesWithDialog method
Save bytes to a user-selected location via system file picker dialog.
Implementation
Future<PublicSavedFile?> saveBytesWithDialog({
required Uint8List bytes,
required String fileName,
String mimeType = 'application/octet-stream',
List<String>? fileSuffixChoices,
}) {
throw UnimplementedError('saveBytesWithDialog() has not been implemented.');
}