showFullScreenNotification method
Implementation
Future<int> showFullScreenNotification({
required String title,
required String message,
String? targetScreen,
Map<String, dynamic>? extraData,
}) {
throw UnimplementedError(
'showFullScreenNotification() has not been implemented.',
);
}