iosCustomScheme property

String? iosCustomScheme
getter/setter pair

Custom (destination) scheme to use for iOS.

By default, we’ll use the bundle ID as the custom scheme. Developer can override this behavior using this param.

Implementation

core.String? iosCustomScheme;