MethodChannel constructor

MethodChannel({
  1. required String name,
})

Implementation

MethodChannel({required super.name});