wait method

Future wait()
inherited

Waiting for end of validation Ожидание окончания проверки

Implementation

Future wait() => asyncWhen((_) => !this.processing);