getUser method

  1. @override
ChatwootUser? getUser()
override

Implementation

@override
ChatwootUser? getUser() {
  return _user;
}