executeScript method

Future<String> executeScript(
  1. List<String> lines
)

Implementation

Future<String> executeScript(List<String> lines) async {
  throw UnsupportedError('not implemented: MySqlDb.executeScript()');
}