calculate abstract method
Returns the result (as the source code) of the calculable expression, given the arguments passed.
Implementation
String calculate(BuildContext context, List<String> arguments);
Returns the result (as the source code) of the calculable expression, given the arguments passed.
String calculate(BuildContext context, List<String> arguments);