getAccountRewardsEraOptions method

Future<List?> getAccountRewardsEraOptions()

Implementation

Future<List?> getAccountRewardsEraOptions() async {
  final List? res = await service.getAccountRewardsEraOptions();
  return res;
}