AFAppPlatformInfoQuery constructor

AFAppPlatformInfoQuery({
  1. AFOnResponseDelegate<AFAppPlatformInfoState>? onSuccess,
  2. AFPreExecuteResponseDelegate<AFAppPlatformInfoState>? onPreExecuteResponse,
})

Implementation

AFAppPlatformInfoQuery({
  AFOnResponseDelegate<AFAppPlatformInfoState>? onSuccess,
  AFPreExecuteResponseDelegate<AFAppPlatformInfoState>? onPreExecuteResponse,
}):
  super(onSuccess: onSuccess, onPreExecuteResponse: onPreExecuteResponse);