supportsCopy method

  1. @override
Future<bool> supportsCopy()

Whether this source can copy an existing file to another path in place, without re-sending its bytes. May perform a one-time capability probe, so callers should await and cache the result for the duration of a transfer.

Implementation

@override
Future<bool> supportsCopy() async => isWritable;