getWorldMap method
Serialised ARKit world map; pass it back through UArConfig.worldMap.
Implementation
Future<Uint8List?> getWorldMap() => _invoke<Uint8List>("getWorldMap");
Serialised ARKit world map; pass it back through UArConfig.worldMap.
Future<Uint8List?> getWorldMap() => _invoke<Uint8List>("getWorldMap");