deepLinkScheme constant

String const deepLinkScheme

Implementation

static const String deepLinkScheme = String.fromEnvironment(
  'DEEP_LINK_SCHEME',
  defaultValue: 'io.supabase.dutato',
);