retrieveAuthCode method

void retrieveAuthCode()

Retreives auth code in web environment. (This method is web specific. Use after checking the platform)

Implementation

void retrieveAuthCode() {
  _channel.invokeMethod("retrieveAuthCode");
}