flutter_phone_call_handler

Last updated:

0 purchases

flutter_phone_call_handler Image
flutter_phone_call_handler Images
Add to Cart

Description:

flutter phone call handler

flutter_phone_call_handler #
Allow handle a call from flutter, for example, end a call.
Getting Started #
import 'package:flutter_phone_call_handler/flutter_phone_call_handler.dart';

final _flutterPhoneCallHandlerPlugin = FlutterPhoneCallHandler();

// Request permission
await _flutterPhoneCallHandlerPlugin.requestPermissions();

// End call
var success = await _flutterPhoneCallHandlerPlugin.endCall();

copied to clipboard
Android #
Required permissions:
<uses-permission android:name="android.permission.ANSWER_PHONE_CALLS" />
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.