Register the protocol handler.
Future<void> registerProtocol([String? neomagePath]) async { await registerProtocolHandler(neomagePath); isProtocolRegistered.value = true; }