getSlotLeader method
Returns the current slot leader.
Implementation
Future<String> getSlotLeader({
final GetSlotLeaderConfig? config,
}) async =>
(await getSlotLeaderRaw(config: config)).result!;
Returns the current slot leader.
Future<String> getSlotLeader({
final GetSlotLeaderConfig? config,
}) async =>
(await getSlotLeaderRaw(config: config)).result!;