userEventChannel property

void userEventChannel=(dynamic userEventChannel(String, Map<String, dynamic>?)?)

Implementation

set userEventChannel(Function(String, Map<String, dynamic>?)? userEventChannel){
  _userEventChannel = userEventChannel;
}