doFileAsync abstract method

Future<bool> doFileAsync(
  1. String filename
)

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

Implementation

Future<bool> doFileAsync(String filename);