Package 

Class BinaryMessengerManager


  • 
    public final class BinaryMessengerManager
    
                        

    Manages the binary messenger connection to Flutter for session replay.

    Note: BinaryMessenger requires all operations to be performed on the main/UI thread. This class handles the thread dispatching internally for methods that may be called from background threads.

    • Constructor Detail

      • BinaryMessengerManager

        BinaryMessengerManager(CoroutineScope scope, CoroutineDispatcher mainDispatcher)