support method

void support({
  1. bool push = false,
})

Changes router location to the Routes.support page.

Implementation

void support({bool push = false}) => (push ? this.push : go)(Routes.support);