showNotification method

Future showNotification (String title, [ Map options ])

Implementation

Future showNotification(String title, [Map options]) {
  if (options != null) {
    var options_1 = convertDartToNative_Dictionary(options);
    return _showNotification_1(title, options_1);
  }
  return _showNotification_2(title);
}