login method

Future<void> login()

Implementation

Future<void> login() async {
  await _channel.invokeMethod('login', auth);
}