block method
Blocks a phone number.
E.164 format is auto-generated from the number. Throws PlatformException with code "security_error" if API unavailable.
Implementation
Future<void> block(String number) async {
await blockAll([number]);
}
Blocks a phone number.
E.164 format is auto-generated from the number. Throws PlatformException with code "security_error" if API unavailable.
Future<void> block(String number) async {
await blockAll([number]);
}