Wait method

Future Wait()

Implementation

Future Wait() async {
  await innerTask;
}