handleOperationSucceeded method

Widget handleOperationSucceeded(
  1. BuildContext context
)

Implementation

Widget handleOperationSucceeded(BuildContext context) {
  return FastSuccessResult(
    text: AdLocaleKeys.ad_message_enjoy_your_reward_csv.tr(),
  );
}