Class PlatformTaskQueue


  • public class PlatformTaskQueue
    extends Object
    A BinaryMessenger.TaskQueue that posts to the platform thread (aka main thread).
    • Constructor Detail

      • PlatformTaskQueue

        public PlatformTaskQueue()
    • Method Detail

      • dispatch

        public void dispatch​(@NonNull
                             Runnable runnable)