'Is there an SDK for using the emergency services on Android and/or IOS?

I am looking for a way to integrate the emergency services on either android or ios to a third-party app which is made with Flutter. So, instead of manually calling an emergency service by using url_launcher (which is able to send messages, phone calls, and emails), I would like to be able to use the phone's own built-in emergency sos feature instead.

Example of Emergency Service (SOS) on IOS Use Emergency SOS on your iPhone - Apple Support

Example of Emergency Service (SOS) on Android: Get help in an emergency using your Android phone - Android Help (google.com)

When doing some research, I have found two forums on Apple Forums that are asking a similar question as to what I would want to do in my app: -

I was also looking into Apple's on the SDKs they have available where I have found SDKs and information on :

Any help/guidance would be greatly appreciated!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source