@override Future<String?> getNotificationsDir() async { return await methodChannel .invokeMethod<String>(MethodName.getNotificationsDir); }