remove abstract method

Future<void> remove(
  1. String path, {
  2. bool recursive = false,
})

Implementation

Future<void> remove(String path, {bool recursive = false});