Future<void> openVideoWithIntent({required String path}) async { await _channel.invokeMethod('$_name/openVideoWithIntent', {'path': path}); }