Dart
dart:html
FileWriter
truncate method
truncate
Dart
dart:html
FileWriter
truncate method
FileWriter class
Properties
error
length
onAbort
onError
onProgress
onWrite
onWriteEnd
onWriteStart
position
readyState
hashCode
on
runtimeType
Methods
abort
seek
truncate
write
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
abortEvent
DONE
errorEvent
INIT
progressEvent
writeEndEvent
writeEvent
writeStartEvent
WRITING
description
truncate
method
void
truncate
(
int
size
)
Implementation
void truncate(int size) native;