pCallAsync abstract method

Future<ThreadStatus> pCallAsync(
  1. int nArgs,
  2. int nResults,
  3. int msgh
)

Asynchronously call a function in protected mode. Use this when the function being called might be an async Dart function.

Implementation

Future<ThreadStatus> pCallAsync(int nArgs, int nResults, int msgh);