wait method

Future wait()

returns future to await all previous db actions

Implementation

Future wait() => _executionQueue.add(() async {});