Future<String?> create(Map<String, String>? args) async { return await _videosChannel.invokeMethod('create', {'args': args}); }