signIn method

Implementation

Future<LwaAuthorizeResult> signIn() {
  final result = _addMethodCall(_signin, canSkipCall: true);
  return result;
}