ToolkitChannel constructor

const ToolkitChannel({
  1. required String name,
  2. Map<String, String>? annotations,
})

Implementation

const ToolkitChannel({required this.name, super.annotations});