internalSetMethodCallARDelegate method
Set a native MethodCall delegate. Do not use this method as it is intended for internal use by the Situm AR module (that you will find on the situm_flutter_ar package).
Implementation
void internalSetMethodCallARDelegate(Function(InternalCall call) delegate) {
_internalMethodCallDelegates.arDelegate = delegate;
}