static Future<void> copyFile( String from, String to, { String disk = 'public', }) => _instance.copyFile(from, to, disk: disk);