@override Future<int?> videoWidth() async { return await _channel.invokeMethod<int>('$_name/videoWidth'); }