Compare commits

...
2 Commits
2 changed files with 1 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -79,7 +79,6 @@ class SignUpApiService {
throw Exception('Failed to Verify Otp: $e'); throw Exception('Failed to Verify Otp: $e');
} }
} }
Future<void> createuser(Map<String, dynamic> entity) async { Future<void> createuser(Map<String, dynamic> entity) async {
try { try {
print("in post api...$entity"); print("in post api...$entity");