account static method

String? account()

Implementation

static String? account() {
  return getIt<IMLoginService>().userInfo?.accountId;
}