showStyledNotification method

Future<int> showStyledNotification({
  1. required String title,
  2. required String message,
  3. String? channelId,
  4. String? targetScreen,
  5. Map<String, dynamic>? extraData,
})

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.',
  );
}