platformName method

String platformName()

Implementation

String platformName(){
  return "Flutter";
}