ConnectionScreen constructor

const ConnectionScreen({
  1. Key? key,
  2. Map<String, RiftSchemaType> types = const {},
})

Implementation

const ConnectionScreen({super.key, this.types = const {}});