onback method

Future<bool> onback()

Implementation

Future<bool> onback() async {
  SellonRouter.pop(context);
  return false;
}