unblock method
Unblocks a phone number.
Throws PlatformException with code "security_error" if API unavailable.
Implementation
Future<void> unblock(String number) async {
await unblockAll([number]);
}
Unblocks a phone number.
Throws PlatformException with code "security_error" if API unavailable.
Future<void> unblock(String number) async {
await unblockAll([number]);
}