| 697 | } |
| 698 | |
| 699 | MMKV_EXPORT void registerContentLoadedNotify(ContenctChangeCallback_t callback) { |
| 700 | g_flutterHandler.contentLoadedCallback = callback; |
| 701 | if (callback || g_flutterHandler.logCallback || g_flutterHandler.errorCallback || g_flutterHandler.contentChangeCallback) { |
| 702 | MMKV::registerHandler(&g_flutterHandler); |
| 703 | } |
| 704 | } |
| 705 | |
| 706 | MMKV_EXPORT void checkContentChanged(void *handle) { |
| 707 | MMKV *kv = static_cast<MMKV *>(handle); |
nothing calls this directly
no outgoing calls
no test coverage detected