@resistdesign/voltra
    Preparing search index...

    Type Alias NativeHistoryController

    NativeHistoryController: HistoryController & {
        start: () => Promise<void>;
        stop: () => void;
    }

    Native history controller with explicit lifecycle hooks.

    Type Declaration

    • start: () => Promise<void>

      Start listening for incoming deep links.

    • stop: () => void

      Stop listening for incoming deep links.