simple_telephony

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple telephony

Simple Telephony #
Intro #
Detects whether the device support phone calls
Usage #
Here is an example of detecting whether the device support phone calls
bool isVoiceCapable = false;

try {
isVoiceCapable = await SimpleTelephony.isVoiceCapable ?? false;
} on PlatformException {
print('Failed to get isVoiceCapable.');
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.