background_locator_fixed icon indicating copy to clipboard operation
background_locator_fixed copied to clipboard

can someone help

Open sokphengcheang opened this issue 1 year ago • 1 comments

static Future initialize() async { final CallbackHandle callback = PluginUtilities.getCallbackHandle(callbackDispatcher)!; await _channel.invokeMethod(Keys.METHOD_PLUGIN_INITIALIZE_SERVICE, {Keys.ARG_CALLBACK_DISPATCHER: callback.toRawHandle()}); --> this line make callkit not working. }

sokphengcheang avatar Apr 20 '23 09:04 sokphengcheang

Reading your comment on the presented code I could understand that there is a conflict with libraries that deal with pushkit like callkit.

As mentioned here and here. But you didn't elaborate on this issue.

tulioccalazans avatar May 04 '23 14:05 tulioccalazans