Index: Source/bindings/core/dart/DartService.h |
diff --git a/Source/bindings/core/dart/DartService.h b/Source/bindings/core/dart/DartService.h |
index 71d1571fd050f5ffd2e1439c1fa36f82f7d8a083..884518c32d9a0b5fe9fb9299b23b6e27091b8636 100644 |
--- a/Source/bindings/core/dart/DartService.h |
+++ b/Source/bindings/core/dart/DartService.h |
@@ -15,6 +15,7 @@ public: |
static Dart_Isolate CreateIsolate(); |
static const char* GetServerIP(); |
static intptr_t GetServerPort(); |
+ static void DecompressAssets(const uint8_t* input, unsigned inputLen, uint8_t** output, unsigned* outputLength); |
}; |
} |