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