Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.