TestSyncWorkerLoop constructor
TestSyncWorkerLoop(
- SyncWorkerConnection connection, {
- String? printMessage,
Implementation
TestSyncWorkerLoop(SyncWorkerConnection connection, {this.printMessage})
: super(connection: connection);