setControlViewType method

void setControlViewType(
  1. String controlViewType
)

Implementation

void setControlViewType(String controlViewType) {
  _channel!.invokeMethod('setControlViewType', {
    'controlViewType': controlViewType,
  });
}