getPlatform function

String getPlatform()

Implementation

String getPlatform (){
  return "web";
}