fetchResult method

Future<String> fetchResult()

wait for the result to be completed

Implementation

Future<String> fetchResult() {
  return completer.future;
}