account static method

String? account()

Implementation

static String? account() {
  return getIt<LoginService>().userInfo?.userId;
}