intent_keys.dart 128 Bytes Raw Blame History Permalink 1 2 3 4 abstract final class IntentKeys { static const String keyFrom = "from"; static const String channelType = "channel_type"; }