execute method

  1. @Deprecated('Directly listen without execute instead. Deprecated in 1.0.0')
Stream<SupabaseStreamEvent> execute()

Implementation

@Deprecated('Directly listen without execute instead. Deprecated in 1.0.0')
Stream<SupabaseStreamEvent> execute() {
  _setupStream();
  return _streamController!.stream;
}