Stop the flow of data from device to outputs.
It is safe to call start again after calling this method.
@override Future<void> stop() { verifyInitialized(); verifyNotDisposed(); return session.stopRunning(); }