SecretsBuilderCallback typedef

SecretsBuilderCallback = Widget Function(SecretsConfig config, int length, ValueListenable<String> input, Stream<bool> verifyStream)

Implementation

typedef SecretsBuilderCallback = Widget Function(
  SecretsConfig config,
  int length,
  ValueListenable<String> input,
  Stream<bool> verifyStream,
);