runTest method

Future<bool> runTest({
  1. int iterations = 10,
})

Executa teste de conexão e impressão

Implementation

Future<bool> runTest({int iterations = 10}) {
  throw UnimplementedError('runTest() has not been implemented.');
}