Type Definition WeakState
polyhorn_android
type WeakState<T> = WeakState<Platform, T>;
Polyhorn core weak state type that is specialized for the iOS platform.