showCallNotification method
Shows a full-screen incoming call notification.
Implementation
Future<bool> showCallNotification({
required String callId,
required String callerName,
required bool isVideo,
String? callerAvatar,
}) {
throw UnimplementedError(
'showCallNotification() has not been implemented.',
);
}