Class PlatformTaskQueue

java.lang.Object
io.flutter.embedding.engine.dart.PlatformTaskQueue

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

    • PlatformTaskQueue

      public PlatformTaskQueue()
  • Method Details

    • dispatch

      public void dispatch(@NonNull Runnable runnable)