getVideoCfg method

Future<String> getVideoCfg()

Implementation

Future<String> getVideoCfg() async {
  return await _channel.invokeMethod("getVideoCfg");
}