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