yieldToHost method

  1. @override
Future<void> yieldToHost()
override

Yields execution to the host event loop, completing when the platform is ready to resume.

Implementation

@override
Future<void> yieldToHost() => Future.value();