removeSub method

dynamic removeSub(
  1. String subname
)

Implementation

removeSub(String subname) {
  File('$filename/$subname').deleteSync();
}