saveTo method

Future<void> saveTo(
  1. String path
)
inherited

Save the CrossFile at the indicated file path.

Implementation

Future<void> saveTo(String path) {
  throw UnimplementedError('saveTo has not been implemented.');
}