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