getAppInfo method

Map<String, dynamic> getAppInfo()

Implementation

Map<String, dynamic> getAppInfo() {
  // Example:
  // return {
  //   "name": "GS Mobile app"
  //   "description": "GenericSuite Mobile app"
  //   "version": "1.0.0"
  //   "build": "1"
  // };
  throw UnimplementedError();
}