allowedExternalUrlSchemes top-level constant

Set<String> const allowedExternalUrlSchemes

Schemes the SDK is willing to hand to the external (browser) launcher.

Implementation

const Set<String> allowedExternalUrlSchemes = {'http', 'https'};