ExportDataAsCode method
Label for RaylibCoreModuleBase.ExportDataAsCode.
Implementation
String ExportDataAsCode(
Uint8List data,
String fileName,
) => 'ExportDataAsCode(data: ${data.length}, $fileName)';
Label for RaylibCoreModuleBase.ExportDataAsCode.
String ExportDataAsCode(
Uint8List data,
String fileName,
) => 'ExportDataAsCode(data: ${data.length}, $fileName)';