trim method

void trim()

Implementation

void trim() {
  throw UnimplementedError('trimAll() has not been implemented.');
}