SimpleKeyPair.lazy constructor

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

Implementation

@Deprecated('This will be removed')
factory SimpleKeyPair.lazy(Future<SimpleKeyPair> Function() f) =
    _LazySimpleKeyPair;