ExportDataAsCode abstract method
Export data to code (.h), returns true on success
Implementation
bool ExportDataAsCode(
Uint8List data,
String fileName,
);
Export data to code (.h), returns true on success
bool ExportDataAsCode(
Uint8List data,
String fileName,
);