join method

Future<List> join()

Implementation

Future<List<dynamic>> join() async {
  return await Future.wait(_storage);
}