OneKeyLoginCall typedef
OneKeyLoginCall =
dynamic Function(ELoginCallType callType, String message, String title, String url, EloginRespInfo respInfo)
Implementation
typedef OneKeyLoginCall = Function(
ELoginCallType callType, String message, String title, String url, EloginRespInfo respInfo);