open method

  1. @override
bool open({
  1. FileAccess mode = FileAccess.read,
})
override

Open the file with the given mode, for either read or write.

Implementation

@override
bool open({FileAccess mode = FileAccess.read}) => false;