hideUi method

Future<void> hideUi()

android 下有效,隐藏控制器端UI

Implementation

Future<void> hideUi() async {
  _state?.flutterRtmpPlugin?.hideUi();
}