show method
Future<void>
show(
- int id,
- String? title,
- String? body, {
- LinuxNotificationDetails? notificationDetails,
- String? payload,
Errors on attempted calling of the stub. It exists only to satisfy compile-time dependencies, and should never actually be called.
Implementation
@override
Future<void> show(
int id,
String? title,
String? body, {
LinuxNotificationDetails? notificationDetails,
String? payload,
}) async {
assert(false);
}