getPlatform function

String getPlatform()

Implementation

String getPlatform (){
  return Platform.isIOS ? "ios" : 'android';
}