-
public final class BinaryMessengerManagerManages 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBinaryMessengerManager.Companion
-
Constructor Summary
Constructors Constructor Description BinaryMessengerManager(CoroutineScope scope, CoroutineDispatcher mainDispatcher)
-