SecretKey.lazy constructor

  1. @Deprecated('This will be removed')
SecretKey.lazy(
  1. Future<SecretKeyData> f()
)

Implementation

@Deprecated('This will be removed')
factory SecretKey.lazy(Future<SecretKeyData> Function() f) = _LazySecretKey;