attachView static method

Future attachView()

添加播放视频视图

Implementation

static Future<dynamic> attachView() async {
  return _channel.invokeMethod('attachView');
}