getPinAccId method
Implementation
String? getPinAccId() {
if (pinOption != null) {
return pinOption!.operatorId ??
getIt<IMLoginService>().userInfo!.accountId;
}
return null;
}
String? getPinAccId() {
if (pinOption != null) {
return pinOption!.operatorId ??
getIt<IMLoginService>().userInfo!.accountId;
}
return null;
}