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