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