Returns the image bytes of the map.
Returns null if a snapshot cannot be created.
@override Future<Uint8List?> takeSnapshot({required int mapId}) { return _hostApi(mapId).takeSnapshot(); }