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