observe method

Assigns the proper event type to a stream for DatabaseEventPlatform

Implementation

Stream<DatabaseEventPlatform> observe(
  QueryModifiers modifiers,
  DatabaseEventType eventType,
) {
  throw UnimplementedError('observe() not implemented');
}