supabase_key property

String get supabase_key

UncompleteDocumentation

Implementation

static String get supabase_key {
  return (Platform.environment["packagex_supabase_key"] ?? "").trim();
}