Stops audio and video.
static Future<String?> audioVideoStop() async { return _methodChannel.invokeMethod('AudioVideoStop'); }