GetBlockHeight constructor
GetBlockHeight({
- GetBlockHeightConfig? config,
Creates a method handler for getBlockHeight.
Implementation
GetBlockHeight({
final GetBlockHeightConfig? config,
}): super(
'getBlockHeight',
config: config ?? const GetBlockHeightConfig(),
);