script abstract method

Future<int> script(
  1. String path
)

Load file line-by-line as script. Maps to: .script <path>

Implementation

Future<int> script(String path);