cancelCallNotification method

Future<bool> cancelCallNotification(
  1. String callId
)

Cancels an incoming call notification by call ID.

Implementation

Future<bool> cancelCallNotification(String callId) {
  throw UnimplementedError(
    'cancelCallNotification() has not been implemented.',
  );
}