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

discontinued
outdated

Listen to Phone Call State and provide call back

phone_state_i #

Listen to Phone Call State and provide call back #

import 'package:phone_state_i/phone_state_i.dart';

phoneStateCallEvent.listen((PhoneStateCallEvent event) {
      print('Call is Incoming/Connected' + event.stateC);
      //event.stateC has values "true" or "false"
});
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Listen to Phone Call State and provide call back

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on incoming_call_event