MessageReceived function

AndroidNotificationDetails MessageReceived()

Implementation

AndroidNotificationDetails MessageReceived(){
    return AndroidNotificationDetails(
        'message_channel_id',
        'Message Notifications',
        channelDescription: 'Notifications for messages received in orange',
        importance: Importance.high,
        priority: Priority.high,
        ticker: 'New message received',
        icon: 'app_icon',
    );
}