Future<bool> saveFile( Uint8List bytes, int width, int height, { required int quality, String? mime, required String path, }) { throw UnimplementedError('saveFile() has not been implemented.'); }