Cancels an incoming call notification by call ID.
Future<bool> cancelCallNotification(String callId) { throw UnimplementedError( 'cancelCallNotification() has not been implemented.', ); }