notificationsPath property

Future<String> notificationsPath

get Notifications path.

Implementation

static Future<String> get notificationsPath async {
  return await _channel.invokeMethod('getNotificationsPath') ?? '';
}