handelResult method

dynamic handelResult(
  1. String s
)

Implementation

handelResult(String s){
  print(s);
  return "En";
}