login method

Start the login flow.

Implementation

Future<TelegramLoginResult> login() {
  throw UnimplementedError('login() has not been implemented.');
}