showBigTextNotification method
Show a notification with big text style.
Returns the notification ID.
Implementation
Future<int> showBigTextNotification({
required String title,
required String message,
required String bigText,
String? channelId,
int? priority,
bool? autoCancel,
String? targetScreen,
Map<String, dynamic>? extraData,
}) {
throw UnimplementedError(
'showBigTextNotification() has not been implemented.',
);
}