setVideoCfg method

Future<void> setVideoCfg(
  1. String cfg
)

Implementation

Future<void> setVideoCfg(String cfg) async {
  return await _channel.invokeMethod("setVideoCfg", {"videoCfg": cfg});
}