doStringAsync abstract method

Future<bool> doStringAsync(
  1. String str
)

Asynchronously execute a Lua string. Use this when the code might call async Dart functions.

Implementation

Future<bool> doStringAsync(String str);