getAuthCode method

Future<String> getAuthCode()

This method will return once an Auth Code is found.

Implementation

Future<String> getAuthCode() => _completer.future;