Widget createMediaView(Function(int viewID) onViewCreated, {Key? key}) { return _createView("mediaview", onViewCreated, key: key); }