loadEvent abstract method
Loads the raw stored event by id.
Prefer loadEvents in app-facing read paths because loadEvent does not
itself promise visibility filtering.
Implementation
Future<Nip01Event?> loadEvent(String id);
Loads the raw stored event by id.
Prefer loadEvents in app-facing read paths because loadEvent does not
itself promise visibility filtering.
Future<Nip01Event?> loadEvent(String id);