showNotification method

Future<Map<String, dynamic>> showNotification(
  1. String title,
  2. String message,
  3. String channelId,
  4. Uint8List imageBytes,
)

Implementation

Future<Map<String, dynamic>> showNotification(String title, String message, String channelId, Uint8List imageBytes) {
  throw UnimplementedError('showNotification() has not been implemented.');
}