setOpenURLHandler static method
Replaces the runtime web URL handler. Pass null for SDK launching.
Implementation
static void setOpenURLHandler(
FutureOr<void> Function(String url)? handler,
) {
DigiaInstance.instance.setOpenURLHandler(handler);
}