fetchRewardRules static method

void fetchRewardRules(
  1. String programId
)

Implementation

static void fetchRewardRules(String programId) {
  _channel.invokeMethod('fetchRewardRules', programId);
}