getArgs method

  1. @override
Map<String, String> getArgs()
override

It gets the args from the current web location

Implementation

@override
Map<String, String> getArgs() {
  _warningLog();
  return {};
}