save static method
Throws because the active platform has no NRB file-save implementation.
Implementation
static Future<String> save(Uint8List bytes, String fileName) {
throw UnsupportedError(
'NRB local file saving is not supported on this platform.',
);
}