future property
      
      Future<List<Nip01Event> > 
      get
      future
      
    
    
A future that resolves to a list of all Nip01Event objects once the request is complete (EOSE rcv).
Implementation
Future<List<Nip01Event>> get future => stream.toList();