flutter_call_phone_intent 0.0.2 copy "flutter_call_phone_intent: ^0.0.2" to clipboard
flutter_call_phone_intent: ^0.0.2 copied to clipboard

An Android direct call and hang up delete call history.

0.0.2 #

Installation

addAdroidPermission:

Instructions

create final _flutterPhoneCallAutoPlugin = FlutterCallPhoneIntent();

allReturn bool

await _flutterPhoneCallAutoPlugin.init();

requestPermissions

await _flutterPhoneCallAutoPlugin.requestPermissions();

callPhone

await _flutterPhoneCallAutoPlugin.callPhone(phoneNumber: "123456789");

endPhone

await _flutterPhoneCallAutoPlugin.endCall();

checkPermissions

await _flutterPhoneCallAutoPlugin.checkPermissions()

0
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An Android direct call and hang up delete call history.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_call_phone_intent

Packages that implement flutter_call_phone_intent