pCallAsync abstract method
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);
Asynchronously call a function in protected mode. Use this when the function being called might be an async Dart function.
Future<ThreadStatus> pCallAsync(int nArgs, int nResults, int msgh);