Last updated:
0 purchases
phone state i
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"
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.