trim method

void trim()

Implementation

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