Asynchronously execute a Lua file. Use this when the file might call async Dart functions.
Future<bool> doFileAsync(String filename);