waitExit method

Future<int?> waitExit()

Calls dockerProcess.waitExit.

Implementation

Future<int?> waitExit() => dockerProcess.waitExit();