Future<bool> create({ required String coverImage, String? imagePath, String? voicePath, required int width, required int height, }) { throw UnimplementedError('create() has not been implemented.'); }