login method

Future login({
  1. int timeout = 5000,
})

Implementation

Future login({int timeout = 5000}) {
  throw UnimplementedError('login() has not been implemented.');
}