map移动事件流
Stream<String> get mapMovedEvent => _mapMovedEventChannel.receiveBroadcastStream().map((result) => result);