call_screen_service

Creator: coderz1093

Last updated:

0 purchases

call_screen_service Image
call_screen_service Images

Languages

Categories

Add to Cart

Description:

call screen service

call_screen_service #
This Flutter plugin provides call screening functionality using Android's CallScreeningService. It allows you to intercept incoming calls and handle them accordingly, such as blocking or answering them.
Getting Started #
Define your callback function
@pragma('vm:entry-point')
Future<CallScreenResponse> receivedCall(CallScreenInfo info) {
debugPrint("Ya!, received call from phone number: ${info.phone}");
return Future.value(CallScreenResponse(reject: true));
}
copied to clipboard
Once function is defined. Initialize the plugin
await CallScreenService.initialise(receivedCall);
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.