getCurrentCarrierName static method

Future<String> getCurrentCarrierName()

强制关闭一键登录授权页面

Implementation

static Future<String> getCurrentCarrierName() async {
  return AliAuthPlatform.instance.getCurrentCarrierName();
}