initGoogleCloudAnchorMode method
dynamic
initGoogleCloudAnchorMode()
Activates collaborative AR mode (using Google Cloud Anchors)
Implementation
initGoogleCloudAnchorMode() async {
_channel.invokeMethod<bool>('initGoogleCloudAnchorMode', {});
}