saveBytes method
Save bytes to a public visible location without showing a dialog.
Implementation
Future<PublicSavedFile?> saveBytes({
required Uint8List bytes,
required String fileName,
String mimeType = 'application/octet-stream',
String? subDir,
}) {
throw UnimplementedError('saveBytes() has not been implemented.');
}