rewarded property

String rewarded

Returns the unit id of rewarded.

Checks the startup status of the application at runtime, and returns the unit ID for testing if the startup mode is debug mode, and returns the unit ID for releasing from implemented releaseRewarded if the startup mode is release mode.

Implementation

String get rewarded => release ? this.releaseRewarded : _testRewarded;