ARObjectManager constructor
Implementation
ARObjectManager(int id, {this.debug = false}) {
_channel = MethodChannel('arobjects_$id');
_channel.setMethodCallHandler(_platformCallHandler);
if (debug) {
print("ARObjectManager initialized");
}
}