Asynchronously call a function. Use this when the function being called might be an async Dart function.
Future<void> callAsync(int nArgs, int nResults);