intent_keys.dart 128 Bytes
abstract final class IntentKeys {
  static const String keyFrom = "from";
  static const String channelType = "channel_type";
}