getEventStream method
Get stream of events from the native platform
Returns a stream of events with 'eventType' and 'data' fields
Implementation
Stream<Map<String, dynamic>> getEventStream() {
throw UnimplementedError('getEventStream() has not been implemented.');
}