SecretsBuilderCallback typedef

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

Implementation

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