UnityViewReattachedCallback typedef

UnityViewReattachedCallback = void Function(UnityViewController controller)

Implementation

typedef void UnityViewReattachedCallback(
  UnityViewController controller,
);