Future<String> destroy(String videoTokenOrKey) async { return await _imagesChannel .invokeMethod('destroy', {'tokenOrKey': videoTokenOrKey}); }