getInflationGovernor method
Returns the current inflation governor.
Implementation
Future<InflationGovernor> getInflationGovernor({
final GetInflationGovernorConfig? config,
}) async =>
(await getInflationGovernorRaw(config: config)).result!;