Future<File?> writeToFile(ByteData data, {String name = 'instrument.sf2'}) { throw UnimplementedError('Write to file has not been implemented.'); }